GtkSourceIndenterInterface.isTrigger

struct GtkSourceIndenterInterface
extern (C)
int function(GtkSourceIndenter* self, GtkSourceView* view, GtkTextIter* location, GdkModifierType state, uint keyval) isTrigger;

Return Value

%TRUE if indentation should be automatically triggered; otherwise %FALSE and no indentation will be performed.

Meta